﻿@charset "utf-8";
/* CSS Document */
body {padding: 0px;width:100%; min-width:990px; width:expression((documentElement.clientWidth < 990) ? "990px" : "100%" ); margin: 0px auto;font-size:12px;font-family:"宋体"; color:#666; line-height:22px; }
img { border: none; }
ul,li,form, dl,dt, dd, div { padding: 0px; margin: 0px; }
li { list-style: none; }

 

/**  home***/

.BannerBox{width:100%; height:500px;position:relative; margin-top:1px; overflow:hidden;}
.BannerBox li{width:100%; height:500px;}

.BannerBox .hd{ height:15px; overflow:hidden; position:absolute; left: 50%; margin-left: -60px; bottom: 30px; z-index:1; } 
.BannerBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.BannerBox .hd ul li{ float:left; margin-right:20px;  width:14px; height:14px; line-height:14px; text-align:center;cursor:pointer; background:url(../images/icon2.png) no-repeat;} 
.BannerBox .hd ul li.on{background:url(../images/icon1.png) no-repeat; } 
